projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19ce09c
)
Disable v2v test harness.
author
Hilko Bengen
<bengen@debian.org>
Tue, 10 Apr 2018 22:42:27 +0000
(
00:42
+0200)
committer
Hilko Bengen
<bengen@debian.org>
Thu, 23 Jan 2020 14:10:24 +0000
(14:10 +0000)
It needs libvirt-ocaml later than 0.6.1.4 ... which is not present in
Debian yet.
Gbp-Pq: Name 0012-Disable-v2v-test-harness.patch
v2v/test-harness/Makefile.am
patch
|
blob
|
history
diff --git
a/v2v/test-harness/Makefile.am
b/v2v/test-harness/Makefile.am
index cebee9914acc72d953cd3ea73ba4498f55b472c9..e33e57bb6707e8a15dc0bbc99b95b154fc2c3a37 100644
(file)
--- a/
v2v/test-harness/Makefile.am
+++ b/
v2v/test-harness/Makefile.am
@@
-30,6
+30,7
@@
SOURCES_MLI = \
SOURCES_ML = \
v2v_test_harness.ml
+if FALSE
if HAVE_OCAML
if HAVE_OCAML_PKG_LIBVIRT
@@
-130,6
+131,7
@@
stamp-virt-v2v-test-harness.pod: virt-v2v-test-harness.pod
$(top_builddir)/ocaml-dep.sh -I .. $^
-include .depend
+endif
endif
endif